ga.view.billard
Class BillardEvaluationState.PausedListener

java.lang.Object
  extended by ga.view.billard.BillardEvaluationState.PausedListener
All Implemented Interfaces:
com.jme3.input.controls.ActionListener, com.jme3.input.controls.InputListener
Enclosing class:
BillardEvaluationState<T extends IAgeIndividual<T>>

private class BillardEvaluationState.PausedListener
extends java.lang.Object
implements com.jme3.input.controls.ActionListener

Key listener to toggle pause.

Since:
12.08.2012
Author:
Stephan Dreyer

Constructor Summary
private BillardEvaluationState.PausedListener()
           
 
Method Summary
 void onAction(java.lang.String name, boolean keyPressed, float tpf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BillardEvaluationState.PausedListener

private BillardEvaluationState.PausedListener()
Method Detail

onAction

public void onAction(java.lang.String name,
                     boolean keyPressed,
                     float tpf)
Specified by:
onAction in interface com.jme3.input.controls.ActionListener